[PATCH] [3.11] gh-100884: email/_header_value_parser: don't encode list separators...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 Feb 2024 13:01:02 +0000 (14:01 +0100)
committerAndrej Shadura <andrewsh@debian.org>
Sun, 25 Jan 2026 13:37:52 +0000 (14:37 +0100)
commit51914149dcb6049fe215cbde4b9b95126fb4deb0
tree727e22c8ba68a4339bd4fe3bb5adbec616d9859d
parenta1b009d5715d3d7030b221ef4e9b314f6b1c1a29
[PATCH] [3.11] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) (GH-115593)

ListSeparator should not be encoded. This could happen when a long line
pushes its separator to the next line, which would have been encoded.
(cherry picked from commit 09fab93c3d857496c0bd162797fab816c311ee48)

Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
(cherry picked from commit 70754d21c288535e86070ca7a6e90dcb670b8593)

Gbp-Pq: Name CVE-2025-1795-1.patch
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py